home *** CD-ROM | disk | FTP | other *** search
- on newsunShowClip name
- global km, clip_directory, y_offset
- set y_offset to 34
- if name = EMPTY then
- return
- else
- set clipname to "@::data" & km & "mov" & km & "newsun_1" & km & clip_directory & km & name & ".mov"
- set cl to "nsd_" & clip_directory
- set the puppet of sprite 114 to 1
- set the member of sprite 114 to member name of castLib cl
- set the locH of sprite 114 to 320
- set the locV of sprite 114 to 439
- set the ink of sprite 114 to 36
- set the blend of sprite 114 to 100
- set the fileName of member "templns" to clipname
- if SpriteExists(110) > 0 then
- ClrCursorS()
- WaitCursor()
- puppetTransition(9, 2)
- go(the frame + 1)
- end if
- end if
- end
-